crypto/tls.halfConn.nextCipher (field)
5 uses
crypto/tls (current package)
conn.go#L180: nextCipher any // next encryption state
conn.go#L209: hc.nextCipher = cipher
conn.go#L216: if hc.nextCipher == nil || hc.version == VersionTLS13 {
conn.go#L219: hc.cipher = hc.nextCipher
conn.go#L221: hc.nextCipher = nil
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)